home *** CD-ROM | disk | FTP | other *** search
- inherited FrameLocation: TFrameLocation
- inherited imgCaption: TImage
- Picture.Data = {<image000.bmp>}
- end
- inherited Label1: TLabel
- Width = 199
- Caption = 'Choose Destination Location'
- end
- inherited Label2: TLabel
- Width = 192
- Caption = 'Select folder where Setup will install files.'
- end
- object LabelAAA: TLabel
- Left = 8
- Top = 80
- Width = 215
- Height = 13
- Caption = 'Setup will install IPNote in the following folder.'
- end
- object Label4: TLabel
- Left = 8
- Top = 104
- Width = 353
- Height = 33
- AutoSize = False
- Caption =
- 'To install to this folder, click Next. To install to a different' +
- ' folder, click Browse and select another folder.'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 8
- Top = 208
- Width = 85
- Height = 13
- Caption = 'Destination Folder'
- end
- object EditPath: TJREdit
- Left = 8
- Top = 224
- Width = 273
- Height = 21
- TabStop = False
- AutoSelect = False
- AutoSize = False
- Color = clWhite
- ReadOnly = True
- TabOrder = 0
- Text = 'C:\Program Files\IPNote'
- BorderWidth = 3
- end
- object JRButton1: TJRButton
- Left = 288
- Top = 222
- Width = 75
- Height = 25
- Caption = 'Browse'
- TabOrder = 1
- OnClick = JRButton1Click
- end
- end
-